Resource StructureDefinition/FHIR Server from package rki.demis.common#2.0.0-alpha.1 (125 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "SubmittingPerson",
"url" : "https://demis.rki.de/fhir/StructureDefinition/SubmittingPerson",
"version" : "2.0.0",
"name" : "SubmittingPerson",
"title" : "Einsender",
"status" : "active",
"date" : "2024-06-05",
"description" : "Der Einsender umfasst die Informationen zur Person, die die Probe einsendet. Er muss in der Meldung enthalten sein, wenn die Einsender-Einrichtung nicht enthalten ist.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "servd",
"uri" : "http://www.omg.org/spec/ServD/1.0/",
"name" : "ServD"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Practitioner",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Practitioner",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Practitioner",
"path" : "Practitioner",
"constraint" : [
{
"key" : "noNumbersInName",
"severity" : "error",
"human" : "Vorname und Nachname des Einsenders dürfen keine Zahlen enthalten.",
"expression" : "(name.family.matches('.*\\\\d.*')=false) and (name.given.matches('.*\\\\d.*')=false)"
}
]
},
{
"id" : "Practitioner.meta",
"path" : "Practitioner.meta",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Practitioner.meta.profile",
"path" : "Practitioner.meta.profile",
"min" : 1,
"max" : "1",
"fixedCanonical" : "https://demis.rki.de/fhir/StructureDefinition/SubmittingPerson",
"mustSupport" : true
},
{
"id" : "Practitioner.name",
"path" : "Practitioner.name",
"short" : "Name der Einsendenden Person",
"definition" : "Name der Einsendenden Person. Mindestens ein Vorname und der Nachname müssen angegeben werden.",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "HumanName",
"profile" : [
"http://fhir.de/StructureDefinition/humanname-de-basis"
]
}
],
"mustSupport" : true
},
{
"id" : "Practitioner.name.family",
"path" : "Practitioner.name.family",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Practitioner.name.given",
"path" : "Practitioner.name.given",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Practitioner.telecom",
"path" : "Practitioner.telecom",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "system"
}
],
"rules" : "closed"
},
"short" : "Kontaktangaben der Einsendenden Person",
"definition" : "Kontaktangaben der Einsendenden Person. Telefonnummern oder E-Mailadressen können angegeben werden.",
"mustSupport" : true
},
{
"id" : "Practitioner.telecom:Email",
"path" : "Practitioner.telecom",
"sliceName" : "Email"
},
{
"id" : "Practitioner.telecom:Email.system",
"path" : "Practitioner.telecom.system",
"min" : 1,
"fixedCode" : "email",
"mustSupport" : true
},
{
"id" : "Practitioner.telecom:Email.value",
"path" : "Practitioner.telecom.value",
"min" : 1,
"constraint" : [
{
"key" : "validEmailAddress",
"severity" : "error",
"human" : "Die E-Mail-Adresse muss valide sein.",
"expression" : "$this.matches('^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}$')"
}
],
"mustSupport" : true
},
{
"id" : "Practitioner.telecom:Phone",
"path" : "Practitioner.telecom",
"sliceName" : "Phone"
},
{
"id" : "Practitioner.telecom:Phone.extension",
"path" : "Practitioner.telecom.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
}
},
{
"id" : "Practitioner.telecom:Phone.extension:comment",
"path" : "Practitioner.telecom.extension",
"sliceName" : "comment",
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"https://demis.rki.de/fhir/StructureDefinition/Comment"
]
}
]
},
{
"id" : "Practitioner.telecom:Phone.system",
"path" : "Practitioner.telecom.system",
"min" : 1,
"fixedCode" : "phone",
"mustSupport" : true
},
{
"id" : "Practitioner.telecom:Phone.value",
"path" : "Practitioner.telecom.value",
"min" : 1,
"constraint" : [
{
"key" : "validPhoneNumber",
"severity" : "error",
"human" : "Die Telefonnummer muss valide sein.",
"expression" : "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}$')"
}
],
"mustSupport" : true
},
{
"id" : "Practitioner.address",
"path" : "Practitioner.address",
"short" : "Adresse der Einsendenden Person",
"definition" : "Adresse der Einsendenden Person",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Address",
"profile" : [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
],
"mustSupport" : true
},
{
"id" : "Practitioner.address.use",
"path" : "Practitioner.address.use",
"fixedCode" : "home"
},
{
"id" : "Practitioner.address.line",
"path" : "Practitioner.address.line",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Practitioner.address.line.extension",
"path" : "Practitioner.address.line.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
}
},
{
"id" : "Practitioner.address.line.extension:Postfach",
"path" : "Practitioner.address.line.extension",
"sliceName" : "Postfach",
"max" : "0"
},
{
"id" : "Practitioner.address.city",
"path" : "Practitioner.address.city",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Practitioner.address.postalCode",
"path" : "Practitioner.address.postalCode",
"min" : 1,
"mustSupport" : true,
"binding" : {
"strength" : "preferred",
"valueSet" : "https://demis.rki.de/fhir/ValueSet/postalCode"
}
},
{
"id" : "Practitioner.address.country",
"path" : "Practitioner.address.country",
"min" : 1,
"mustSupport" : true,
"binding" : {
"strength" : "extensible",
"valueSet" : "http://hl7.org/fhir/ValueSet/iso3166-1-2"
}
},
{
"id" : "Practitioner.gender",
"path" : "Practitioner.gender",
"max" : "0"
},
{
"id" : "Practitioner.birthDate",
"path" : "Practitioner.birthDate",
"max" : "0"
},
{
"id" : "Practitioner.photo",
"path" : "Practitioner.photo",
"max" : "0"
},
{
"id" : "Practitioner.qualification",
"path" : "Practitioner.qualification",
"max" : "0"
},
{
"id" : "Practitioner.communication",
"path" : "Practitioner.communication",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.